home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
GooseheadRace2.swf
/
scripts
/
DefineButton2_92
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-07
|
189 b
|
13 lines
on(press){
if(bankAcc < EngUp + racec1)
{
notEnoughMoney._visible = true;
NoEntry = false;
slock.start();
}
else
{
NoEntry = true;
}
}